## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 1586 793 3.45 0.0322 *
## Age 1 1426 1426 6.20 0.0129 *
## Sex 1 94 94 0.41 0.5235
## Child_Ethnicity 3 2671 890 3.87 0.0091 **
## Barratt_Total 1 1065 1065 4.63 0.0316 *
## Comorbidity_Categories 1 187 187 0.81 0.3682
## Residuals 1120 257745 230
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 65 observations deleted due to missingness
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = HBN_EF$NIH7_Card ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF)
##
## $Group
## diff lwr upr p adj
## 2-1 2.1523 -2.9421 7.247 0.5824
## 3-1 2.9626 0.3125 5.613 0.0239
## 3-2 0.8103 -3.8754 5.496 0.9132
## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 539 270 1.32 0.268
## Age 1 6208 6208 30.36 0.000000044 ***
## Sex 1 1213 1213 5.93 0.015 *
## Child_Ethnicity 3 346 115 0.56 0.638
## Barratt_Total 1 33 33 0.16 0.687
## Comorbidity_Categories 1 399 399 1.95 0.163
## Residuals 1117 228375 204
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 68 observations deleted due to missingness
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = HBN_EF$NIH7_Flanker ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF)
##
## $Group
## diff lwr upr p adj
## 2-1 1.4321 -3.3442 6.208 0.7614
## 3-1 1.7343 -0.7728 4.241 0.2361
## 3-2 0.3022 -4.0820 4.686 0.9857
## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 1688 844 3.68 0.026 *
## Age 1 8860 8860 38.61 0.00000000075 ***
## Sex 1 315 315 1.37 0.241
## Child_Ethnicity 3 1047 349 1.52 0.208
## Barratt_Total 1 5749 5749 25.05 0.00000065461 ***
## Comorbidity_Categories 1 3 3 0.01 0.905
## Residuals 1043 239342 229
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 142 observations deleted due to missingness
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = HBN_EF$NIH7_List ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF)
##
## $Group
## diff lwr upr p adj
## 2-1 0.4297 -4.9531 5.813 0.9808
## 3-1 2.9955 0.2392 5.752 0.0293
## 3-2 2.5658 -2.3930 7.525 0.4449
## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 693 347 0.72 0.4861
## Age 1 18858 18858 39.28 0.00000000053 ***
## Sex 1 32 32 0.07 0.7949
## Child_Ethnicity 3 2154 718 1.50 0.2141
## Barratt_Total 1 368 368 0.77 0.3813
## Comorbidity_Categories 1 3610 3610 7.52 0.0062 **
## Residuals 1087 521786 480
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 98 observations deleted due to missingness
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = HBN_EF$NIH7_Pattern ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF)
##
## $Group
## diff lwr upr p adj
## 2-1 -3.3153 -10.745 4.114 0.5472
## 3-1 0.1776 -3.709 4.065 0.9937
## 3-2 3.4930 -3.333 10.319 0.4529
#NIH_Card_Group_5to18 <- lm(HBN_EF_5to18$NIH7_Card ~Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data=HBN_EF_5to18)
#summary (NIH_Card_Group_5to18)
NIH_Card_Group_5to18 <- aov(NIH7_Card ~Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data=HBN_EF_5to18)
summary(NIH_Card_Group_5to18)
## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 1634 817 3.55 0.0291 *
## Age 1 1357 1357 5.89 0.0154 *
## Sex 1 96 96 0.42 0.5190
## Child_Ethnicity 3 2662 887 3.85 0.0093 **
## Barratt_Total 1 1053 1053 4.57 0.0327 *
## Comorbidity_Categories 1 187 187 0.81 0.3677
## Residuals 1119 257703 230
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 57 observations deleted due to missingness
TukeyHSD(NIH_Card_Group_5to18, "Group")
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = NIH7_Card ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF_5to18)
##
## $Group
## diff lwr upr p adj
## 2-1 2.2022 -2.8965 7.301 0.5684
## 3-1 3.0125 0.3568 5.668 0.0215
## 3-2 0.8103 -3.8771 5.498 0.9133
#control for FSIQ
#NIH_Card_Group_5to18_FSIQ <- lm(HBN_EF_5to18$NIH7_Card ~Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + FSIQ, data=HBN_EF_5to18)
#summary (NIH_Card_Group_5to18_FSIQ)
NIH_Card_Group_5to18_FSIQ <- aov(NIH7_Card ~Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + FSIQ, data=HBN_EF_5to18)
summary(NIH_Card_Group_5to18_FSIQ)
## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 1634 817 3.92 0.0201 *
## Age 1 1357 1357 6.52 0.0108 *
## Sex 1 96 96 0.46 0.4977
## Child_Ethnicity 3 2662 887 4.26 0.0053 **
## Barratt_Total 1 1053 1053 5.05 0.0248 *
## Comorbidity_Categories 1 187 187 0.90 0.3435
## FSIQ 1 24867 24867 119.40 <0.0000000000000002 ***
## Residuals 1118 232836 208
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 57 observations deleted due to missingness
TukeyHSD(NIH_Card_Group_5to18_FSIQ, "Group")
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = NIH7_Card ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + FSIQ, data = HBN_EF_5to18)
##
## $Group
## diff lwr upr p adj
## 2-1 2.2022 -2.6464 7.051 0.5355
## 3-1 3.0125 0.4871 5.538 0.0144
## 3-2 0.8103 -3.6472 5.268 0.9046
#control for NVIQ
#NIH_Card_Group_5to18_NVIQ <- lm(HBN_EF_5to18$NIH7_Card ~Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + NVIQ, data=HBN_EF_5to18)
#summary (NIH_Card_Group_5to18_NVIQ)
NIH_Card_Group_5to18_NVIQ <- aov(NIH7_Card ~Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + NVIQ, data=HBN_EF_5to18)
summary(NIH_Card_Group_5to18_NVIQ)
## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 1634 817 3.84 0.022 *
## Age 1 1357 1357 6.37 0.012 *
## Sex 1 96 96 0.45 0.502
## Child_Ethnicity 3 2662 887 4.17 0.006 **
## Barratt_Total 1 1053 1053 4.94 0.026 *
## Comorbidity_Categories 1 187 187 0.88 0.349
## NVIQ 1 19664 19664 92.35 <0.0000000000000002 ***
## Residuals 1118 238039 213
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 57 observations deleted due to missingness
TukeyHSD(NIH_Card_Group_5to18_NVIQ, "Group")
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = NIH7_Card ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + NVIQ, data = HBN_EF_5to18)
##
## $Group
## diff lwr upr p adj
## 2-1 2.2022 -2.700 7.105 0.5428
## 3-1 3.0125 0.459 5.566 0.0158
## 3-2 0.8103 -3.697 5.317 0.9066
## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 476 238 1.16 0.313
## Age 1 5916 5916 28.95 0.000000091 ***
## Sex 1 1228 1228 6.01 0.014 *
## Child_Ethnicity 3 357 119 0.58 0.627
## Barratt_Total 1 39 39 0.19 0.663
## Comorbidity_Categories 1 397 397 1.94 0.164
## Residuals 1116 228095 204
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 60 observations deleted due to missingness
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = NIH7_Flanker ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF_5to18)
##
## $Group
## diff lwr upr p adj
## 2-1 1.3296 -3.4481 6.107 0.7906
## 3-1 1.6318 -0.8792 4.143 0.2795
## 3-2 0.3022 -4.0812 4.686 0.9857
## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 476 238 1.29 0.28
## Age 1 5916 5916 32.00 0.00000002 ***
## Sex 1 1228 1228 6.64 0.01 *
## Child_Ethnicity 3 357 119 0.64 0.59
## Barratt_Total 1 39 39 0.21 0.65
## Comorbidity_Categories 1 397 397 2.15 0.14
## FSIQ 1 21931 21931 118.61 < 0.0000000000000002 ***
## Residuals 1115 206164 185
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 60 observations deleted due to missingness
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = NIH7_Flanker ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + FSIQ, data = HBN_EF_5to18)
##
## $Group
## diff lwr upr p adj
## 2-1 1.3296 -3.2147 5.874 0.7713
## 3-1 1.6318 -0.7565 4.020 0.2446
## 3-2 0.3022 -3.8671 4.471 0.9842
## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 476 238 1.26 0.285
## Age 1 5916 5916 31.27 0.000000028 ***
## Sex 1 1228 1228 6.49 0.011 *
## Child_Ethnicity 3 357 119 0.63 0.597
## Barratt_Total 1 39 39 0.20 0.651
## Comorbidity_Categories 1 397 397 2.10 0.148
## NVIQ 1 17164 17164 90.73 < 0.0000000000000002 ***
## Residuals 1115 210931 189
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 60 observations deleted due to missingness
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = NIH7_Flanker ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + NVIQ, data = HBN_EF_5to18)
##
## $Group
## diff lwr upr p adj
## 2-1 1.3296 -3.267 5.926 0.7759
## 3-1 1.6318 -0.784 4.048 0.2524
## 3-2 0.3022 -3.915 4.519 0.9845
## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 1795 897 3.91 0.02 *
## Age 1 8499 8499 37.02 0.0000000016 ***
## Sex 1 308 308 1.34 0.25
## Child_Ethnicity 3 1035 345 1.50 0.21
## Barratt_Total 1 5689 5689 24.78 0.0000007498 ***
## Comorbidity_Categories 1 3 3 0.01 0.90
## Residuals 1042 239191 230
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 134 observations deleted due to missingness
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = NIH7_List ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF_5to18)
##
## $Group
## diff lwr upr p adj
## 2-1 0.5452 -4.841 5.932 0.9694
## 3-1 3.1110 0.349 5.873 0.0226
## 3-2 2.5658 -2.394 7.525 0.4450
## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 1795 897 5.55 0.004 **
## Age 1 8499 8499 52.59 0.0000000000008 ***
## Sex 1 308 308 1.91 0.168
## Child_Ethnicity 3 1035 345 2.13 0.094 .
## Barratt_Total 1 5689 5689 35.21 0.0000000040292 ***
## Comorbidity_Categories 1 3 3 0.02 0.885
## FSIQ 1 70976 70976 439.24 < 0.0000000000000002 ***
## Residuals 1041 168215 162
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 134 observations deleted due to missingness
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = NIH7_List ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + FSIQ, data = HBN_EF_5to18)
##
## $Group
## diff lwr upr p adj
## 2-1 0.5452 -3.9740 5.064 0.9568
## 3-1 3.1110 0.7937 5.428 0.0048
## 3-2 2.5658 -1.5954 6.727 0.3171
## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 1795 897 5.04 0.0066 **
## Age 1 8499 8499 47.73 0.0000000000085 ***
## Sex 1 308 308 1.73 0.1887
## Child_Ethnicity 3 1035 345 1.94 0.1218
## Barratt_Total 1 5689 5689 31.95 0.0000000203918 ***
## Comorbidity_Categories 1 3 3 0.02 0.8908
## NVIQ 1 53835 53835 302.35 < 0.0000000000000002 ***
## Residuals 1041 185356 178
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 134 observations deleted due to missingness
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = NIH7_List ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + NVIQ, data = HBN_EF_5to18)
##
## $Group
## diff lwr upr p adj
## 2-1 0.5452 -4.1987 5.289 0.9607
## 3-1 3.1110 0.6785 5.543 0.0077
## 3-2 2.5658 -1.8023 6.934 0.3525
## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 700 350 0.73 0.4816
## Age 1 19868 19868 41.52 0.00000000018 ***
## Sex 1 40 40 0.08 0.7726
## Child_Ethnicity 3 2231 744 1.55 0.1989
## Barratt_Total 1 420 420 0.88 0.3490
## Comorbidity_Categories 1 3596 3596 7.52 0.0062 **
## Residuals 1086 519711 479
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 90 observations deleted due to missingness
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = NIH7_Pattern ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories, data = HBN_EF_5to18)
##
## $Group
## diff lwr upr p adj
## 2-1 -3.45328 -10.875 3.969 0.5192
## 3-1 0.03967 -3.848 3.928 0.9997
## 3-2 3.49295 -3.323 10.309 0.4518
## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 700 350 0.77 0.4650
## Age 1 19868 19868 43.52 0.00000000006547 ***
## Sex 1 40 40 0.09 0.7673
## Child_Ethnicity 3 2231 744 1.63 0.1809
## Barratt_Total 1 420 420 0.92 0.3376
## Comorbidity_Categories 1 3596 3596 7.88 0.0051 **
## FSIQ 1 24385 24385 53.42 0.00000000000052 ***
## Residuals 1085 495326 457
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 90 observations deleted due to missingness
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = NIH7_Pattern ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + FSIQ, data = HBN_EF_5to18)
##
## $Group
## diff lwr upr p adj
## 2-1 -3.45328 -10.702 3.796 0.5031
## 3-1 0.03967 -3.758 3.837 0.9997
## 3-2 3.49295 -3.164 10.150 0.4348
## Df Sum Sq Mean Sq F value Pr(>F)
## Group 2 700 350 0.76 0.4660
## Age 1 19868 19868 43.39 0.0000000000698 ***
## Sex 1 40 40 0.09 0.7677
## Child_Ethnicity 3 2231 744 1.62 0.1820
## Barratt_Total 1 420 420 0.92 0.3383
## Comorbidity_Categories 1 3596 3596 7.85 0.0052 **
## NVIQ 1 22892 22892 49.99 0.0000000000028 ***
## Residuals 1085 496819 458
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 90 observations deleted due to missingness
## Tukey multiple comparisons of means
## 95% family-wise confidence level
##
## Fit: aov(formula = NIH7_Pattern ~ Group + Age + Sex + Child_Ethnicity + Barratt_Total + Comorbidity_Categories + NVIQ, data = HBN_EF_5to18)
##
## $Group
## diff lwr upr p adj
## 2-1 -3.45328 -10.713 3.807 0.5042
## 3-1 0.03967 -3.763 3.843 0.9997
## 3-2 3.49295 -3.174 10.160 0.4359
| Â | NIH7_Card | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 93.70 | 86.88 – 100.52 | <0.001 |
| Age | 0.38 | 0.07 – 0.70 | 0.016 |
| Sex [1] | 1.35 | -0.70 – 3.41 | 0.196 |
| Child_Ethnicity [1] | -2.92 | -5.10 – -0.75 | 0.008 |
| Child_Ethnicity [2] | -1.68 | -5.45 – 2.08 | 0.380 |
| Child_Ethnicity [3] | -2.63 | -10.13 – 4.87 | 0.492 |
| Barratt_Total | 0.06 | -0.01 – 0.12 | 0.082 |
| Comorbidity_Categories | -0.07 | -1.07 – 0.93 | 0.893 |
| SWAN_Avg | 0.42 | -0.87 – 1.71 | 0.526 |
| SRS_All_Total_T | -0.15 | -0.23 – -0.06 | 0.001 |
| Observations | 1096 | ||
| R2 / R2 adjusted | 0.035 / 0.027 | ||
| Â | NIH7_Flanker | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 103.91 | 97.51 – 110.30 | <0.001 |
| Age | -0.76 | -1.06 – -0.47 | <0.001 |
| Sex [1] | -2.27 | -4.20 – -0.35 | 0.021 |
| Child_Ethnicity [1] | -0.74 | -2.79 – 1.31 | 0.479 |
| Child_Ethnicity [2] | -1.50 | -5.04 – 2.04 | 0.406 |
| Child_Ethnicity [3] | -1.30 | -8.35 – 5.75 | 0.717 |
| Barratt_Total | -0.01 | -0.07 – 0.06 | 0.870 |
| Comorbidity_Categories | -0.36 | -1.30 – 0.57 | 0.448 |
| SWAN_Avg | -0.27 | -1.49 – 0.94 | 0.656 |
| SRS_All_Total_T | -0.10 | -0.18 – -0.02 | 0.010 |
| Observations | 1091 | ||
| R2 / R2 adjusted | 0.041 / 0.033 | ||
| Â | NIH7_List | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 82.96 | 75.92 – 90.00 | <0.001 |
| Age | 0.97 | 0.64 – 1.29 | <0.001 |
| Sex [1] | -1.09 | -3.19 – 1.01 | 0.308 |
| Child_Ethnicity [1] | -1.36 | -3.62 – 0.90 | 0.238 |
| Child_Ethnicity [2] | -0.35 | -4.21 – 3.52 | 0.861 |
| Child_Ethnicity [3] | -1.70 | -9.47 – 6.08 | 0.668 |
| Barratt_Total | 0.16 | 0.09 – 0.23 | <0.001 |
| Comorbidity_Categories | 0.34 | -0.69 – 1.37 | 0.514 |
| SWAN_Avg | -0.72 | -2.04 – 0.61 | 0.290 |
| SRS_All_Total_T | -0.06 | -0.15 – 0.02 | 0.155 |
| Observations | 1037 | ||
| R2 / R2 adjusted | 0.070 / 0.062 | ||
| Â | NIH7_Pattern | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 76.38 | 66.40 – 86.36 | <0.001 |
| Age | 1.52 | 1.06 – 1.98 | <0.001 |
| Sex [1] | -0.16 | -3.16 – 2.84 | 0.917 |
| Child_Ethnicity [1] | -0.94 | -4.12 – 2.25 | 0.564 |
| Child_Ethnicity [2] | -5.68 | -11.17 – -0.19 | 0.043 |
| Child_Ethnicity [3] | -0.24 | -11.10 – 10.62 | 0.965 |
| Barratt_Total | 0.03 | -0.06 – 0.13 | 0.518 |
| Comorbidity_Categories | -1.98 | -3.44 – -0.52 | 0.008 |
| SWAN_Avg | 0.40 | -1.48 – 2.29 | 0.675 |
| SRS_All_Total_T | -0.06 | -0.18 – 0.07 | 0.357 |
| Observations | 1074 | ||
| R2 / R2 adjusted | 0.049 / 0.041 | ||
| Â | NIH7_Card | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 61.77 | 52.95 – 70.59 | <0.001 |
| Age | 0.62 | 0.32 – 0.92 | <0.001 |
| Sex [1] | 1.00 | -0.96 – 2.96 | 0.316 |
| Child_Ethnicity [1] | -2.29 | -4.37 – -0.21 | 0.031 |
| Child_Ethnicity [2] | -0.97 | -4.56 – 2.62 | 0.597 |
| Child_Ethnicity [3] | -3.55 | -10.70 – 3.60 | 0.331 |
| Barratt_Total | -0.03 | -0.09 – 0.03 | 0.351 |
| Comorbidity_Categories | -0.11 | -1.06 – 0.84 | 0.826 |
| FSIQ | 0.32 | 0.26 – 0.37 | <0.001 |
| SWAN_Avg | 0.67 | -0.56 – 1.90 | 0.287 |
| SRS_All_Total_T | -0.10 | -0.18 – -0.02 | 0.015 |
| Observations | 1096 | ||
| R2 / R2 adjusted | 0.124 / 0.116 | ||
| Â | NIH7_Flanker | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 73.76 | 65.51 – 82.02 | <0.001 |
| Age | -0.54 | -0.82 – -0.26 | <0.001 |
| Sex [1] | -2.56 | -4.40 – -0.73 | 0.006 |
| Child_Ethnicity [1] | -0.12 | -2.08 – 1.83 | 0.903 |
| Child_Ethnicity [2] | -0.81 | -4.18 – 2.57 | 0.639 |
| Child_Ethnicity [3] | -2.16 | -8.87 – 4.56 | 0.529 |
| Barratt_Total | -0.09 | -0.15 – -0.03 | 0.004 |
| Comorbidity_Categories | -0.38 | -1.28 – 0.51 | 0.399 |
| FSIQ | 0.30 | 0.24 – 0.35 | <0.001 |
| SWAN_Avg | -0.02 | -1.17 – 1.13 | 0.973 |
| SRS_All_Total_T | -0.07 | -0.14 – 0.01 | 0.090 |
| Observations | 1091 | ||
| R2 / R2 adjusted | 0.131 / 0.123 | ||
| Â | NIH7_List | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 25.48 | 17.43 – 33.52 | <0.001 |
| Age | 1.42 | 1.14 – 1.70 | <0.001 |
| Sex [1] | -1.81 | -3.58 – -0.05 | 0.044 |
| Child_Ethnicity [1] | -0.03 | -1.93 – 1.88 | 0.978 |
| Child_Ethnicity [2] | 0.99 | -2.26 – 4.24 | 0.551 |
| Child_Ethnicity [3] | -3.29 | -9.82 – 3.24 | 0.323 |
| Barratt_Total | 0.00 | -0.06 – 0.06 | 0.994 |
| Comorbidity_Categories | 0.32 | -0.55 – 1.18 | 0.469 |
| FSIQ | 0.57 | 0.52 – 0.62 | <0.001 |
| SWAN_Avg | -0.22 | -1.34 – 0.89 | 0.697 |
| SRS_All_Total_T | 0.00 | -0.07 – 0.08 | 0.895 |
| Observations | 1037 | ||
| R2 / R2 adjusted | 0.344 / 0.337 | ||
| Â | NIH7_Pattern | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 43.29 | 30.13 – 56.44 | <0.001 |
| Age | 1.75 | 1.30 – 2.20 | <0.001 |
| Sex [1] | -0.56 | -3.49 – 2.37 | 0.708 |
| Child_Ethnicity [1] | -0.24 | -3.36 – 2.87 | 0.878 |
| Child_Ethnicity [2] | -4.97 | -10.33 – 0.39 | 0.069 |
| Child_Ethnicity [3] | -1.19 | -11.79 – 9.41 | 0.825 |
| Barratt_Total | -0.06 | -0.15 – 0.04 | 0.229 |
| Comorbidity_Categories | -1.99 | -3.42 – -0.57 | 0.006 |
| FSIQ | 0.33 | 0.24 – 0.42 | <0.001 |
| SWAN_Avg | 0.63 | -1.21 – 2.47 | 0.500 |
| SRS_All_Total_T | -0.01 | -0.13 – 0.11 | 0.840 |
| Observations | 1074 | ||
| R2 / R2 adjusted | 0.095 / 0.086 | ||
| Â | NIH7_Card | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 64.63 | 55.65 – 73.61 | <0.001 |
| Age | 0.52 | 0.22 – 0.83 | 0.001 |
| Sex [1] | 1.33 | -0.65 – 3.30 | 0.189 |
| Child_Ethnicity [1] | -2.65 | -4.74 – -0.55 | 0.013 |
| Child_Ethnicity [2] | -1.12 | -4.75 – 2.50 | 0.543 |
| Child_Ethnicity [3] | -2.63 | -9.85 – 4.59 | 0.475 |
| Barratt_Total | -0.01 | -0.07 – 0.06 | 0.859 |
| Comorbidity_Categories | 0.00 | -0.96 – 0.96 | 0.997 |
| NVIQ | 0.29 | 0.23 – 0.36 | <0.001 |
| SWAN_Avg | 0.66 | -0.59 – 1.90 | 0.301 |
| SRS_All_Total_T | -0.13 | -0.21 – -0.04 | 0.003 |
| Observations | 1096 | ||
| R2 / R2 adjusted | 0.106 / 0.098 | ||
| Â | NIH7_Flanker | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 76.35 | 67.92 – 84.78 | <0.001 |
| Age | -0.63 | -0.91 – -0.34 | <0.001 |
| Sex [1] | -2.27 | -4.12 – -0.41 | 0.017 |
| Child_Ethnicity [1] | -0.46 | -2.43 – 1.52 | 0.649 |
| Child_Ethnicity [2] | -0.94 | -4.35 – 2.46 | 0.587 |
| Child_Ethnicity [3] | -1.27 | -8.05 – 5.51 | 0.713 |
| Barratt_Total | -0.07 | -0.13 – -0.01 | 0.033 |
| Comorbidity_Categories | -0.28 | -1.18 – 0.62 | 0.539 |
| NVIQ | 0.28 | 0.22 – 0.34 | <0.001 |
| SWAN_Avg | -0.05 | -1.21 – 1.12 | 0.935 |
| SRS_All_Total_T | -0.09 | -0.17 – -0.01 | 0.022 |
| Observations | 1091 | ||
| R2 / R2 adjusted | 0.113 / 0.105 | ||
| Â | NIH7_List | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 32.21 | 23.70 – 40.72 | <0.001 |
| Age | 1.25 | 0.96 – 1.54 | <0.001 |
| Sex [1] | -1.33 | -3.19 – 0.52 | 0.158 |
| Child_Ethnicity [1] | -0.78 | -2.77 – 1.22 | 0.444 |
| Child_Ethnicity [2] | 0.32 | -3.09 – 3.73 | 0.854 |
| Child_Ethnicity [3] | -1.84 | -8.70 – 5.01 | 0.598 |
| Barratt_Total | 0.05 | -0.01 – 0.11 | 0.133 |
| Comorbidity_Categories | 0.41 | -0.49 – 1.32 | 0.371 |
| NVIQ | 0.51 | 0.45 – 0.57 | <0.001 |
| SWAN_Avg | -0.26 | -1.44 – 0.91 | 0.658 |
| SRS_All_Total_T | -0.03 | -0.11 – 0.04 | 0.406 |
| Observations | 1037 | ||
| R2 / R2 adjusted | 0.276 / 0.269 | ||
| Â | NIH7_Pattern | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 44.00 | 30.64 – 57.35 | <0.001 |
| Age | 1.67 | 1.22 – 2.12 | <0.001 |
| Sex [1] | -0.26 | -3.19 – 2.67 | 0.863 |
| Child_Ethnicity [1] | -0.60 | -3.72 – 2.51 | 0.703 |
| Child_Ethnicity [2] | -5.33 | -10.70 – 0.04 | 0.052 |
| Child_Ethnicity [3] | -0.24 | -10.87 – 10.38 | 0.964 |
| Barratt_Total | -0.04 | -0.13 – 0.06 | 0.427 |
| Comorbidity_Categories | -1.89 | -3.32 – -0.46 | 0.010 |
| NVIQ | 0.33 | 0.24 – 0.42 | <0.001 |
| SWAN_Avg | 0.63 | -1.21 – 2.48 | 0.499 |
| SRS_All_Total_T | -0.04 | -0.16 – 0.08 | 0.555 |
| Observations | 1074 | ||
| R2 / R2 adjusted | 0.090 / 0.082 | ||
| Â | NIH7_Card | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 93.74 | 86.85 – 100.64 | <0.001 |
| Age | 0.39 | 0.08 – 0.70 | 0.015 |
| Sex [1] | 1.38 | -0.68 – 3.43 | 0.189 |
| Child_Ethnicity [1] | -2.89 | -5.06 – -0.71 | 0.009 |
| Child_Ethnicity [2] | -1.77 | -5.54 – 1.99 | 0.355 |
| Child_Ethnicity [3] | -2.73 | -10.23 – 4.77 | 0.475 |
| Barratt_Total | 0.06 | -0.01 – 0.12 | 0.090 |
| Comorbidity_Categories | -0.08 | -1.07 – 0.92 | 0.878 |
| SWAN_Avg | 0.38 | -0.91 – 1.66 | 0.564 |
| SRS_All_SCI_T | -0.15 | -0.23 – -0.06 | 0.001 |
| Observations | 1096 | ||
| R2 / R2 adjusted | 0.034 / 0.026 | ||
| Â | NIH7_Flanker | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 104.00 | 97.53 – 110.47 | <0.001 |
| Age | -0.76 | -1.06 – -0.46 | <0.001 |
| Sex [1] | -2.26 | -4.19 – -0.33 | 0.022 |
| Child_Ethnicity [1] | -0.71 | -2.77 – 1.34 | 0.496 |
| Child_Ethnicity [2] | -1.56 | -5.10 – 1.97 | 0.386 |
| Child_Ethnicity [3] | -1.37 | -8.42 – 5.67 | 0.702 |
| Barratt_Total | -0.01 | -0.07 – 0.05 | 0.840 |
| Comorbidity_Categories | -0.37 | -1.31 – 0.57 | 0.441 |
| SWAN_Avg | -0.30 | -1.50 – 0.91 | 0.630 |
| SRS_All_SCI_T | -0.11 | -0.19 – -0.02 | 0.011 |
| Observations | 1091 | ||
| R2 / R2 adjusted | 0.041 / 0.033 | ||
| Â | NIH7_List | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 82.97 | 75.84 – 90.10 | <0.001 |
| Age | 0.97 | 0.64 – 1.30 | <0.001 |
| Sex [1] | -1.09 | -3.19 – 1.02 | 0.312 |
| Child_Ethnicity [1] | -1.34 | -3.61 – 0.92 | 0.245 |
| Child_Ethnicity [2] | -0.39 | -4.25 – 3.48 | 0.845 |
| Child_Ethnicity [3] | -1.76 | -9.53 – 6.01 | 0.657 |
| Barratt_Total | 0.16 | 0.09 – 0.23 | <0.001 |
| Comorbidity_Categories | 0.34 | -0.69 – 1.37 | 0.519 |
| SWAN_Avg | -0.73 | -2.05 – 0.59 | 0.276 |
| SRS_All_SCI_T | -0.06 | -0.15 – 0.03 | 0.164 |
| Observations | 1037 | ||
| R2 / R2 adjusted | 0.070 / 0.061 | ||
| Â | NIH7_Pattern | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 75.95 | 65.85 – 86.04 | <0.001 |
| Age | 1.52 | 1.06 – 1.98 | <0.001 |
| Sex [1] | -0.16 | -3.16 – 2.84 | 0.916 |
| Child_Ethnicity [1] | -0.94 | -4.13 – 2.25 | 0.563 |
| Child_Ethnicity [2] | -5.72 | -11.21 – -0.24 | 0.041 |
| Child_Ethnicity [3] | -0.30 | -11.15 – 10.56 | 0.957 |
| Barratt_Total | 0.03 | -0.06 – 0.13 | 0.514 |
| Comorbidity_Categories | -1.99 | -3.45 – -0.53 | 0.008 |
| SWAN_Avg | 0.34 | -1.53 – 2.21 | 0.722 |
| SRS_All_SCI_T | -0.05 | -0.18 – 0.08 | 0.435 |
| Observations | 1074 | ||
| R2 / R2 adjusted | 0.049 / 0.041 | ||
| Â | NIH7_Card | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 61.56 | 52.65 – 70.47 | <0.001 |
| Age | 0.62 | 0.32 – 0.92 | <0.001 |
| Sex [1] | 1.01 | -0.95 – 2.97 | 0.312 |
| Child_Ethnicity [1] | -2.27 | -4.35 – -0.19 | 0.032 |
| Child_Ethnicity [2] | -1.04 | -4.63 – 2.55 | 0.571 |
| Child_Ethnicity [3] | -3.63 | -10.78 – 3.52 | 0.320 |
| Barratt_Total | -0.03 | -0.09 – 0.03 | 0.346 |
| Comorbidity_Categories | -0.12 | -1.07 – 0.83 | 0.806 |
| FSIQ | 0.31 | 0.26 – 0.37 | <0.001 |
| SWAN_Avg | 0.62 | -0.61 – 1.84 | 0.325 |
| SRS_All_SCI_T | -0.10 | -0.18 – -0.01 | 0.023 |
| Observations | 1096 | ||
| R2 / R2 adjusted | 0.123 / 0.115 | ||
| Â | NIH7_Flanker | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 73.60 | 65.26 – 81.94 | <0.001 |
| Age | -0.54 | -0.82 – -0.25 | <0.001 |
| Sex [1] | -2.56 | -4.40 – -0.72 | 0.006 |
| Child_Ethnicity [1] | -0.11 | -2.07 – 1.84 | 0.910 |
| Child_Ethnicity [2] | -0.85 | -4.22 – 2.52 | 0.620 |
| Child_Ethnicity [3] | -2.21 | -8.92 – 4.50 | 0.518 |
| Barratt_Total | -0.09 | -0.15 – -0.03 | 0.004 |
| Comorbidity_Categories | -0.39 | -1.28 – 0.50 | 0.388 |
| FSIQ | 0.30 | 0.24 – 0.35 | <0.001 |
| SWAN_Avg | -0.06 | -1.21 – 1.09 | 0.922 |
| SRS_All_SCI_T | -0.06 | -0.14 – 0.02 | 0.114 |
| Observations | 1091 | ||
| R2 / R2 adjusted | 0.131 / 0.123 | ||
| Â | NIH7_List | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 24.92 | 16.78 – 33.05 | <0.001 |
| Age | 1.42 | 1.14 – 1.70 | <0.001 |
| Sex [1] | -1.83 | -3.60 – -0.06 | 0.043 |
| Child_Ethnicity [1] | -0.05 | -1.95 – 1.86 | 0.961 |
| Child_Ethnicity [2] | 0.98 | -2.27 – 4.23 | 0.553 |
| Child_Ethnicity [3] | -3.31 | -9.84 – 3.22 | 0.320 |
| Barratt_Total | 0.00 | -0.06 – 0.06 | 0.966 |
| Comorbidity_Categories | 0.31 | -0.56 – 1.17 | 0.485 |
| FSIQ | 0.57 | 0.52 – 0.62 | <0.001 |
| SWAN_Avg | -0.27 | -1.38 – 0.84 | 0.632 |
| SRS_All_SCI_T | 0.01 | -0.06 – 0.09 | 0.719 |
| Observations | 1037 | ||
| R2 / R2 adjusted | 0.344 / 0.337 | ||
| Â | NIH7_Pattern | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 42.49 | 29.19 – 55.78 | <0.001 |
| Age | 1.75 | 1.30 – 2.20 | <0.001 |
| Sex [1] | -0.58 | -3.51 – 2.35 | 0.698 |
| Child_Ethnicity [1] | -0.27 | -3.39 – 2.85 | 0.866 |
| Child_Ethnicity [2] | -4.99 | -10.35 – 0.37 | 0.068 |
| Child_Ethnicity [3] | -1.23 | -11.83 – 9.37 | 0.820 |
| Barratt_Total | -0.06 | -0.15 – 0.04 | 0.239 |
| Comorbidity_Categories | -2.01 | -3.43 – -0.58 | 0.006 |
| FSIQ | 0.33 | 0.24 – 0.42 | <0.001 |
| SWAN_Avg | 0.56 | -1.27 – 2.39 | 0.552 |
| SRS_All_SCI_T | 0.00 | -0.12 – 0.12 | 0.998 |
| Observations | 1074 | ||
| R2 / R2 adjusted | 0.095 / 0.086 | ||
| Â | NIH7_Card | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 64.59 | 55.54 – 73.64 | <0.001 |
| Age | 0.53 | 0.23 – 0.83 | 0.001 |
| Sex [1] | 1.34 | -0.64 – 3.32 | 0.183 |
| Child_Ethnicity [1] | -2.62 | -4.72 – -0.52 | 0.015 |
| Child_Ethnicity [2] | -1.20 | -4.83 – 2.42 | 0.515 |
| Child_Ethnicity [3] | -2.72 | -9.95 – 4.50 | 0.459 |
| Barratt_Total | -0.01 | -0.07 – 0.06 | 0.835 |
| Comorbidity_Categories | -0.01 | -0.97 – 0.95 | 0.986 |
| NVIQ | 0.29 | 0.23 – 0.36 | <0.001 |
| SWAN_Avg | 0.61 | -0.63 – 1.85 | 0.332 |
| SRS_All_SCI_T | -0.13 | -0.21 – -0.04 | 0.003 |
| Observations | 1096 | ||
| R2 / R2 adjusted | 0.106 / 0.097 | ||
| Â | NIH7_Flanker | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 76.36 | 67.86 – 84.86 | <0.001 |
| Age | -0.62 | -0.91 – -0.34 | <0.001 |
| Sex [1] | -2.25 | -4.11 – -0.40 | 0.017 |
| Child_Ethnicity [1] | -0.44 | -2.41 – 1.54 | 0.664 |
| Child_Ethnicity [2] | -1.00 | -4.40 – 2.40 | 0.564 |
| Child_Ethnicity [3] | -1.34 | -8.12 – 5.44 | 0.699 |
| Barratt_Total | -0.07 | -0.13 – -0.01 | 0.032 |
| Comorbidity_Categories | -0.29 | -1.19 – 0.61 | 0.528 |
| NVIQ | 0.28 | 0.22 – 0.34 | <0.001 |
| SWAN_Avg | -0.08 | -1.24 – 1.08 | 0.897 |
| SRS_All_SCI_T | -0.09 | -0.17 – -0.01 | 0.025 |
| Observations | 1091 | ||
| R2 / R2 adjusted | 0.113 / 0.105 | ||
| Â | NIH7_List | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 31.96 | 23.37 – 40.54 | <0.001 |
| Age | 1.25 | 0.96 – 1.54 | <0.001 |
| Sex [1] | -1.34 | -3.19 – 0.52 | 0.158 |
| Child_Ethnicity [1] | -0.78 | -2.78 – 1.22 | 0.444 |
| Child_Ethnicity [2] | 0.29 | -3.11 – 3.70 | 0.865 |
| Child_Ethnicity [3] | -1.89 | -8.74 – 4.97 | 0.589 |
| Barratt_Total | 0.05 | -0.01 – 0.11 | 0.132 |
| Comorbidity_Categories | 0.41 | -0.50 – 1.31 | 0.381 |
| NVIQ | 0.51 | 0.45 – 0.57 | <0.001 |
| SWAN_Avg | -0.30 | -1.47 – 0.87 | 0.613 |
| SRS_All_SCI_T | -0.03 | -0.11 – 0.05 | 0.484 |
| Observations | 1037 | ||
| R2 / R2 adjusted | 0.276 / 0.269 | ||
| Â | NIH7_Pattern | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 43.43 | 29.97 – 56.89 | <0.001 |
| Age | 1.67 | 1.22 – 2.12 | <0.001 |
| Sex [1] | -0.27 | -3.20 – 2.67 | 0.857 |
| Child_Ethnicity [1] | -0.62 | -3.74 – 2.50 | 0.698 |
| Child_Ethnicity [2] | -5.36 | -10.73 – 0.01 | 0.050 |
| Child_Ethnicity [3] | -0.29 | -10.91 – 10.33 | 0.958 |
| Barratt_Total | -0.04 | -0.13 – 0.06 | 0.438 |
| Comorbidity_Categories | -1.91 | -3.34 – -0.48 | 0.009 |
| NVIQ | 0.33 | 0.24 – 0.42 | <0.001 |
| SWAN_Avg | 0.57 | -1.27 – 2.40 | 0.543 |
| SRS_All_SCI_T | -0.03 | -0.15 – 0.10 | 0.670 |
| Observations | 1074 | ||
| R2 / R2 adjusted | 0.090 / 0.082 | ||
| Â | NIH7_Card | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 91.39 | 84.93 – 97.85 | <0.001 |
| Age | 0.35 | 0.04 – 0.66 | 0.029 |
| Sex [1] | 1.20 | -0.86 – 3.25 | 0.254 |
| Child_Ethnicity [1] | -3.13 | -5.30 – -0.95 | 0.005 |
| Child_Ethnicity [2] | -1.65 | -5.42 – 2.13 | 0.392 |
| Child_Ethnicity [3] | -2.58 | -10.10 – 4.94 | 0.501 |
| Barratt_Total | 0.07 | 0.00 – 0.13 | 0.040 |
| Comorbidity_Categories | -0.11 | -1.11 – 0.89 | 0.833 |
| SWAN_Avg | 0.18 | -1.10 – 1.46 | 0.781 |
| SRS_All_RRB_T | -0.10 | -0.18 – -0.03 | 0.007 |
| Observations | 1096 | ||
| R2 / R2 adjusted | 0.031 / 0.023 | ||
| Â | NIH7_Flanker | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 102.35 | 96.29 – 108.40 | <0.001 |
| Age | -0.79 | -1.08 – -0.50 | <0.001 |
| Sex [1] | -2.38 | -4.31 – -0.46 | 0.015 |
| Child_Ethnicity [1] | -0.89 | -2.93 – 1.16 | 0.396 |
| Child_Ethnicity [2] | -1.47 | -5.01 – 2.08 | 0.417 |
| Child_Ethnicity [3] | -1.26 | -8.32 – 5.80 | 0.727 |
| Barratt_Total | 0.00 | -0.06 – 0.06 | 0.949 |
| Comorbidity_Categories | -0.39 | -1.32 – 0.55 | 0.419 |
| SWAN_Avg | -0.43 | -1.63 – 0.76 | 0.478 |
| SRS_All_RRB_T | -0.08 | -0.15 – -0.01 | 0.033 |
| Observations | 1091 | ||
| R2 / R2 adjusted | 0.039 / 0.031 | ||
| Â | NIH7_List | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 81.69 | 75.04 – 88.35 | <0.001 |
| Age | 0.95 | 0.62 – 1.28 | <0.001 |
| Sex [1] | -1.16 | -3.26 – 0.94 | 0.280 |
| Child_Ethnicity [1] | -1.46 | -3.71 – 0.80 | 0.205 |
| Child_Ethnicity [2] | -0.34 | -4.21 – 3.52 | 0.862 |
| Child_Ethnicity [3] | -1.68 | -9.46 – 6.11 | 0.673 |
| Barratt_Total | 0.16 | 0.10 – 0.23 | <0.001 |
| Comorbidity_Categories | 0.32 | -0.71 – 1.35 | 0.546 |
| SWAN_Avg | -0.84 | -2.15 – 0.46 | 0.206 |
| SRS_All_RRB_T | -0.04 | -0.12 – 0.04 | 0.300 |
| Observations | 1037 | ||
| R2 / R2 adjusted | 0.069 / 0.061 | ||
| Â | NIH7_Pattern | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 77.26 | 67.81 – 86.71 | <0.001 |
| Age | 1.50 | 1.05 – 1.96 | <0.001 |
| Sex [1] | -0.21 | -3.20 – 2.79 | 0.893 |
| Child_Ethnicity [1] | -0.99 | -4.16 – 2.19 | 0.542 |
| Child_Ethnicity [2] | -5.57 | -11.06 – -0.08 | 0.047 |
| Child_Ethnicity [3] | -0.08 | -10.94 – 10.78 | 0.988 |
| Barratt_Total | 0.03 | -0.06 – 0.13 | 0.495 |
| Comorbidity_Categories | -1.94 | -3.40 – -0.48 | 0.009 |
| SWAN_Avg | 0.52 | -1.34 – 2.37 | 0.586 |
| SRS_All_RRB_T | -0.07 | -0.18 – 0.04 | 0.188 |
| Observations | 1074 | ||
| R2 / R2 adjusted | 0.050 / 0.042 | ||
| Â | NIH7_Card | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 60.36 | 51.97 – 68.75 | <0.001 |
| Age | 0.60 | 0.30 – 0.90 | <0.001 |
| Sex [1] | 0.89 | -1.06 – 2.85 | 0.370 |
| Child_Ethnicity [1] | -2.41 | -4.48 – -0.34 | 0.023 |
| Child_Ethnicity [2] | -0.91 | -4.50 – 2.69 | 0.621 |
| Child_Ethnicity [3] | -3.48 | -10.64 – 3.67 | 0.340 |
| Barratt_Total | -0.03 | -0.09 – 0.04 | 0.434 |
| Comorbidity_Categories | -0.12 | -1.07 – 0.83 | 0.806 |
| FSIQ | 0.32 | 0.26 – 0.38 | <0.001 |
| SWAN_Avg | 0.57 | -0.65 – 1.79 | 0.358 |
| SRS_All_RRB_T | -0.08 | -0.15 – -0.01 | 0.026 |
| Observations | 1096 | ||
| R2 / R2 adjusted | 0.123 / 0.115 | ||
| Â | NIH7_Flanker | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 73.16 | 65.30 – 81.01 | <0.001 |
| Age | -0.55 | -0.84 – -0.27 | <0.001 |
| Sex [1] | -2.63 | -4.46 – -0.80 | 0.005 |
| Child_Ethnicity [1] | -0.19 | -2.15 – 1.76 | 0.845 |
| Child_Ethnicity [2] | -0.75 | -4.12 – 2.62 | 0.663 |
| Child_Ethnicity [3] | -2.09 | -8.80 – 4.63 | 0.542 |
| Barratt_Total | -0.09 | -0.15 – -0.03 | 0.005 |
| Comorbidity_Categories | -0.38 | -1.28 – 0.51 | 0.399 |
| FSIQ | 0.30 | 0.25 – 0.36 | <0.001 |
| SWAN_Avg | -0.05 | -1.19 – 1.09 | 0.929 |
| SRS_All_RRB_T | -0.06 | -0.13 – 0.01 | 0.088 |
| Observations | 1091 | ||
| R2 / R2 adjusted | 0.131 / 0.123 | ||
| Â | NIH7_List | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 26.39 | 18.73 – 34.05 | <0.001 |
| Age | 1.42 | 1.14 – 1.70 | <0.001 |
| Sex [1] | -1.80 | -3.56 – -0.03 | 0.046 |
| Child_Ethnicity [1] | -0.01 | -1.91 – 1.89 | 0.992 |
| Child_Ethnicity [2] | 1.03 | -2.23 – 4.28 | 0.536 |
| Child_Ethnicity [3] | -3.21 | -9.75 – 3.33 | 0.335 |
| Barratt_Total | -0.00 | -0.06 – 0.06 | 0.976 |
| Comorbidity_Categories | 0.34 | -0.52 – 1.21 | 0.438 |
| FSIQ | 0.57 | 0.52 – 0.62 | <0.001 |
| SWAN_Avg | -0.13 | -1.23 – 0.97 | 0.820 |
| SRS_All_RRB_T | -0.01 | -0.08 – 0.06 | 0.761 |
| Observations | 1037 | ||
| R2 / R2 adjusted | 0.344 / 0.337 | ||
| Â | NIH7_Pattern | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 45.63 | 33.12 – 58.14 | <0.001 |
| Age | 1.75 | 1.30 – 2.20 | <0.001 |
| Sex [1] | -0.55 | -3.47 – 2.37 | 0.713 |
| Child_Ethnicity [1] | -0.22 | -3.32 – 2.88 | 0.890 |
| Child_Ethnicity [2] | -4.85 | -10.21 – 0.52 | 0.077 |
| Child_Ethnicity [3] | -1.00 | -11.60 – 9.60 | 0.853 |
| Barratt_Total | -0.06 | -0.16 – 0.03 | 0.212 |
| Comorbidity_Categories | -1.93 | -3.35 – -0.50 | 0.008 |
| FSIQ | 0.33 | 0.24 – 0.41 | <0.001 |
| SWAN_Avg | 0.88 | -0.93 – 2.70 | 0.341 |
| SRS_All_RRB_T | -0.05 | -0.16 – 0.06 | 0.345 |
| Observations | 1074 | ||
| R2 / R2 adjusted | 0.096 / 0.087 | ||
| Â | NIH7_Card | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 62.63 | 53.98 – 71.28 | <0.001 |
| Age | 0.50 | 0.19 – 0.80 | 0.001 |
| Sex [1] | 1.19 | -0.79 – 3.17 | 0.237 |
| Child_Ethnicity [1] | -2.82 | -4.91 – -0.72 | 0.008 |
| Child_Ethnicity [2] | -1.07 | -4.71 – 2.56 | 0.562 |
| Child_Ethnicity [3] | -2.57 | -9.80 – 4.66 | 0.486 |
| Barratt_Total | 0.00 | -0.06 – 0.07 | 0.952 |
| Comorbidity_Categories | -0.02 | -0.99 – 0.94 | 0.960 |
| NVIQ | 0.30 | 0.23 – 0.36 | <0.001 |
| SWAN_Avg | 0.48 | -0.75 – 1.71 | 0.442 |
| SRS_All_RRB_T | -0.10 | -0.17 – -0.02 | 0.010 |
| Observations | 1096 | ||
| R2 / R2 adjusted | 0.104 / 0.096 | ||
| Â | NIH7_Flanker | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 75.14 | 67.02 – 83.25 | <0.001 |
| Age | -0.65 | -0.93 – -0.36 | <0.001 |
| Sex [1] | -2.36 | -4.21 – -0.51 | 0.013 |
| Child_Ethnicity [1] | -0.57 | -2.54 – 1.39 | 0.567 |
| Child_Ethnicity [2] | -0.90 | -4.31 – 2.51 | 0.606 |
| Child_Ethnicity [3] | -1.21 | -8.00 – 5.58 | 0.727 |
| Barratt_Total | -0.06 | -0.12 – -0.00 | 0.049 |
| Comorbidity_Categories | -0.30 | -1.20 – 0.61 | 0.521 |
| NVIQ | 0.28 | 0.22 – 0.34 | <0.001 |
| SWAN_Avg | -0.15 | -1.30 – 1.00 | 0.798 |
| SRS_All_RRB_T | -0.07 | -0.14 – -0.00 | 0.040 |
| Observations | 1091 | ||
| R2 / R2 adjusted | 0.112 / 0.104 | ||
| Â | NIH7_List | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 32.04 | 23.87 – 40.20 | <0.001 |
| Age | 1.24 | 0.95 – 1.53 | <0.001 |
| Sex [1] | -1.36 | -3.21 – 0.49 | 0.150 |
| Child_Ethnicity [1] | -0.82 | -2.81 – 1.17 | 0.420 |
| Child_Ethnicity [2] | 0.35 | -3.06 – 3.76 | 0.840 |
| Child_Ethnicity [3] | -1.78 | -8.64 – 5.09 | 0.612 |
| Barratt_Total | 0.05 | -0.01 – 0.11 | 0.117 |
| Comorbidity_Categories | 0.42 | -0.49 – 1.32 | 0.369 |
| NVIQ | 0.51 | 0.45 – 0.57 | <0.001 |
| SWAN_Avg | -0.27 | -1.43 – 0.89 | 0.649 |
| SRS_All_RRB_T | -0.03 | -0.10 – 0.04 | 0.375 |
| Observations | 1037 | ||
| R2 / R2 adjusted | 0.277 / 0.269 | ||
| Â | NIH7_Pattern | ||
|---|---|---|---|
| Predictors | Estimates | CI | p |
| (Intercept) | 45.55 | 32.71 – 58.39 | <0.001 |
| Age | 1.67 | 1.21 – 2.12 | <0.001 |
| Sex [1] | -0.28 | -3.20 – 2.65 | 0.852 |
| Child_Ethnicity [1] | -0.62 | -3.72 – 2.49 | 0.696 |
| Child_Ethnicity [2] | -5.21 | -10.58 – 0.16 | 0.057 |
| Child_Ethnicity [3] | -0.07 | -10.69 – 10.56 | 0.990 |
| Barratt_Total | -0.04 | -0.13 – 0.06 | 0.420 |
| Comorbidity_Categories | -1.84 | -3.27 – -0.41 | 0.012 |
| NVIQ | 0.33 | 0.24 – 0.42 | <0.001 |
| SWAN_Avg | 0.82 | -1.00 – 2.64 | 0.378 |
| SRS_All_RRB_T | -0.06 | -0.17 – 0.04 | 0.244 |
| Observations | 1074 | ||
| R2 / R2 adjusted | 0.091 / 0.083 | ||